- object-based programming
- программирование, базирующееся на использовании иерархической структуры программных модулей, рассматриваемых как объекты
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
Object-oriented programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
Object-based language — The term object based language may be used in a technical sense to describe any programming language that uses the idea of encapsulating state and operations inside objects . Object based languages need not support inheritance or subtyping, but… … Wikipedia
Object-oriented programming language — An object oriented programming language (also called an OO language ) is one that allows or encourages, to some degree, object oriented programming techniques such as encapsulation, inheritance, modularity, and polymorphism. Simula (1967) is… … Wikipedia
Object-based — In general, object based indicates that something such as a theory, language, or model is based on the concept of object. In computer science, the term object based has two different senses: A somehow limited version of object oriented… … Wikipedia
Class-based programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin … Wikipedia
Prototype-based programming — is a style of object oriented programming in which classes are not present, and behavior reuse (known as inheritance in class based languages) is performed via a process of cloning existing objects that serve as prototypes. This model can also be … Wikipedia
Automata-based programming — is a programming paradigm in which the program or its part is thought of as a model of a finite state machine or any other (often more complicated) formal automata (see automata theory). Sometimes a potentially infinite set of possible states is… … Wikipedia
Flow-based programming — In computer science, flow based programming (FBP) is a programming paradigm that defines applications as networks of black box processes, which exchange data across predefined connections by message passing. These black box processes can be… … Wikipedia
ARS based programming — is built on three principles: Abstraction , Reference and Synthesis . These principles can be seen as a generalized form of the basic operations of the Lambda calculus . All essential features of a programming language can be derived from ARS… … Wikipedia
Interface based programming — is a concept that has a close relationship with Modular Programming and Object Oriented Programming.Modular Programming defines the application as a collection of intercoupled modules. This increases the modularity of the application and hence… … Wikipedia
Automata-based programming (Shalyto's approach) — Automata Based Programming is a programming technology [1] . Its defining characteristic is the use of finite state machines to describe program behavior. The transition graphs of a state machines are used in all stages of software development… … Wikipedia